ActiveReports.Chart Request technical support
GetEvents(Attribute[]) Method
See Also 


attributes
The attributes array.
Gets the event descriptor collection for the specified custom attributes array.

Syntax

Visual Basic (Declaration) 
Overloads Public Function GetEvents( _
   ByVal attributes() As Attribute _
) As EventDescriptorCollection
Visual Basic (Usage)Copy Code
Dim instance As CustomProperties
Dim attributes() As Attribute
Dim value As EventDescriptorCollection
 
value = instance.GetEvents(attributes)
C# 
public EventDescriptorCollection GetEvents( 
   Attribute[] attributes
)

Parameters

attributes
The attributes array.

See Also